home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / SHRDIT.ZIP;1 / PERL.ZIP / SH-PERL.CTL next >
Encoding:
Text File  |  1994-04-18  |  848 b   |  44 lines

  1. % Parameter control file for Perl language source used by shrouder program
  2.  
  3. % These parameters control string processing
  4. STRING: ","
  5. CHAR: ','
  6. SPECIAL CHAR: \
  7.  
  8. % These parameters control name substitutions
  9. NAME JOINS: _
  10. KEEP LENGTH: No,5
  11. KEEP SEPARATORS: Yes
  12. CASE SENSITIVE: Yes
  13. FORCE CAPS: No
  14. MAX LENGTH: 31
  15. DUP CHECK: 5
  16.  
  17. % Comment delimiters
  18. LINE COMMENT: #
  19. NESTED: No
  20. OUT COMMENT: # --,
  21.  
  22. % Include file handling
  23. INCLUDING: require,''
  24. DEFINE CODE: &&name = &&text
  25. REPLACE NUMBS: No
  26. REPLACE STRGS: $&&name = &&text
  27.  
  28. % Random name generation and miscellaneous
  29. SEED RANDOM: Yes
  30. COMPRESS LINE: No
  31. DEFINE GLOBLS: No
  32. DEFINE KEYWRD: No
  33.  
  34. REGISTRATION: LNK Corporation, 1994.
  35. SERIAL NUMBER: P01-,SH-1
  36.  
  37. OBSCURE NAMES: No
  38. NAME TOKEN: $
  39. NAME TOKEN: %
  40. NAME TOKEN: @
  41. NAME TOKEN: &
  42. SKIP CODE: EOF,EOF
  43. COMMENT DIRC: #!
  44.